CanSynchronize Method

Summary
Determines whether the type type supports synchronization.
Syntax
C#
VB
C++
public bool CanSynchronize( 
   MedicalViewerActionType action 
) 
  
Public Function CanSynchronize( _ 
   ByVal action As MedicalViewerActionType _ 
) As Boolean 
            public: 
bool CanSynchronize(  
   MedicalViewerActionType action 
)  

Parameters

action
MedicalViewerActionType enumeration that is being checked as to whether it supports synchronization.

Return Value

true if the type type supports synchronization; otherwise, false.

Remarks

Currently the only type that supports synchronization is MedicalViewerActionType.Stack. It's supported via the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.